home *** CD-ROM | disk | FTP | other *** search
- global backButtonTarget
-
- on ctrlSubMain me
- sprite(130).locV = 0 - sprite(130).height
- go("Bye")
- end
-
- on ctrlSubCancel me
- sprite(130).locV = 0 - sprite(130).height
- end
-
- on ctrlSubItem me, thang
- case thang of
- 1:
- backButtonTarget = "Start 1"
- go("Start 1")
- 2:
- backButtonTarget = "RP Fast"
- go("RP Fast")
- 3:
- backButtonTarget = "Got Inv"
- go("Got Inv")
- 4:
- backButtonTarget = "Payola"
- go("Payola")
- 5:
- backButtonTarget = "Which Fast"
- go("Which Fast")
- 6:
- backButtonTarget = "Chosen Fast"
- go("Chosen Fast")
- 7:
- backButtonTarget = "Discounts zome"
- go("Discounts zome")
- 8:
- backButtonTarget = "Done"
- go("Done")
- end case
- sprite(130).locV = 0 - sprite(130).height
- end
-